I have two lists: a list of about 750K "sentences" (long strings) a list of about 20K "words" that I would like to delete from my 750K sentences So, I have to l
I am passing a complex model to a Razor View. The data in the model is used in a for-each loop in the view to display a list of products that are for sale in bo
I'm trying to make a data model extensible after deployment. Is the following acceptable: [ProtoContract] [ProtoInclude(1, typeof(ProtoObject<float>))] [P
I'm currently working with Selenium and Python to create a script that helps with booking free spots on a website for internships so you don't have to check it
I have this file to process and I'm trying to figure out how to read the second line as a different object. At the end of the row, the last item is the number o
I have a SQL Table like this: | SomeID | OtherID | Data +----------------+-------------+------------------- | abcdef-..... | cdef123-... | 18,20,
I want to do something when the escape key is pressed by the user on a text field. This code logs 27 whenever the escape key is pressed in the input box in Safa
I have a mobile game that I developed with swift. I show some features and views in the next levels. that is, the first installer of the game will not be able t
I need to calculate the number of "working minutes" between two datetime values, lets call them 'Created' and 'Finished'. 'Finished' is always subsequent to 'Cr